home *** CD-ROM | disk | FTP | other *** search
/ PC Home 109 / PC Home 109.iso / data1.cab / Program_Files / IdMenu.dxr / 00006.ls < prev    next >
Encoding:
Text File  |  2001-03-02  |  1.9 KB  |  63 lines

  1. on zap
  2.   if the visible of sprite 3 = 1 then
  3.     set the visible of sprite 14 to 1
  4.   else
  5.     set the visible of sprite 14 to 0
  6.   end if
  7.   if the visible of sprite 4 = 1 then
  8.     set the visible of sprite 15 to 1
  9.   else
  10.     set the visible of sprite 15 to 0
  11.   end if
  12.   if the visible of sprite 5 = 1 then
  13.     set the visible of sprite 16 to 1
  14.   else
  15.     set the visible of sprite 16 to 0
  16.   end if
  17.   if the visible of sprite 6 = 1 then
  18.     set the visible of sprite 17 to 1
  19.   else
  20.     set the visible of sprite 17 to 0
  21.   end if
  22.   if the visible of sprite 7 = 1 then
  23.     set the visible of sprite 18 to 1
  24.   else
  25.     set the visible of sprite 18 to 0
  26.   end if
  27.   if the visible of sprite 8 = 1 then
  28.     set the visible of sprite 19 to 1
  29.   else
  30.     set the visible of sprite 19 to 0
  31.   end if
  32.   if the visible of sprite 9 = 1 then
  33.     set the visible of sprite 20 to 1
  34.   else
  35.     set the visible of sprite 20 to 0
  36.   end if
  37.   if the visible of sprite 10 = 1 then
  38.     set the visible of sprite 21 to 1
  39.   else
  40.     set the visible of sprite 21 to 0
  41.   end if
  42.   if the visible of sprite 11 = 1 then
  43.     set the visible of sprite 22 to 1
  44.   else
  45.     set the visible of sprite 22 to 0
  46.   end if
  47.   if the visible of sprite 12 = 1 then
  48.     set the visible of sprite 23 to 1
  49.   else
  50.     set the visible of sprite 23 to 0
  51.   end if
  52.   if the visible of sprite 13 = 1 then
  53.     set the visible of sprite 24 to 1
  54.   else
  55.     set the visible of sprite 24 to 0
  56.   end if
  57.   if (the visible of sprite 14 = 1) or (the visible of sprite 15 = 1) or (the visible of sprite 16 = 1) or (the visible of sprite 17 = 1) or (the visible of sprite 18 = 1) or (the visible of sprite 19 = 1) or (the visible of sprite 20 = 1) or (the visible of sprite 21 = 1) or (the visible of sprite 22 = 1) or (the visible of sprite 23 = 1) or (the visible of sprite 24 = 1) then
  58.     set the visible of sprite 25 to 1
  59.   else
  60.     set the visible of sprite 25 to 0
  61.   end if
  62. end
  63.